Skip to content

Commit

Permalink
This release includes improved color handling of overlays and general…
Browse files Browse the repository at this point in the history
… updates to user documentation.

This release corrects several broken links in the documentation.
This release adds support for rolling deployment in SageMaker Inference.
Corrects the HTTP response code in the generated docs for PutMetadata and DeleteRecordingConfiguration APIs.
Add outbound Basic authentication support to AS2 connectors
Added new field  "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode
AWS SDK service model  generation tool version upgrade.
  • Loading branch information
aws-sdk-cpp-automation committed Jun 30, 2023
1 parent 2fcf454 commit ad5a2df
Show file tree
Hide file tree
Showing 102 changed files with 4,001 additions and 3,080 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.111
1.11.112
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

#pragma once
#include <aws/amp/PrometheusService_EXPORTS.h>
#include <aws/core/utils/DateTime.h>
#include <aws/core/utils/Array.h>
#include <aws/amp/model/AlertManagerDefinitionStatus.h>
#include <aws/core/utils/Array.h>
#include <aws/core/utils/DateTime.h>
#include <utility>

namespace Aws
Expand Down Expand Up @@ -41,34 +41,34 @@ namespace Model


/**
* <p>The time when the alert manager definition was created.</p>
* <p>The status of alert manager definition.</p>
*/
inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; }
inline const AlertManagerDefinitionStatus& GetStatus() const{ return m_status; }

/**
* <p>The time when the alert manager definition was created.</p>
* <p>The status of alert manager definition.</p>
*/
inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }

/**
* <p>The time when the alert manager definition was created.</p>
* <p>The status of alert manager definition.</p>
*/
inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; }
inline void SetStatus(const AlertManagerDefinitionStatus& value) { m_statusHasBeenSet = true; m_status = value; }

/**
* <p>The time when the alert manager definition was created.</p>
* <p>The status of alert manager definition.</p>
*/
inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); }
inline void SetStatus(AlertManagerDefinitionStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); }

/**
* <p>The time when the alert manager definition was created.</p>
* <p>The status of alert manager definition.</p>
*/
inline AlertManagerDefinitionDescription& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;}
inline AlertManagerDefinitionDescription& WithStatus(const AlertManagerDefinitionStatus& value) { SetStatus(value); return *this;}

/**
* <p>The time when the alert manager definition was created.</p>
* <p>The status of alert manager definition.</p>
*/
inline AlertManagerDefinitionDescription& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;}
inline AlertManagerDefinitionDescription& WithStatus(AlertManagerDefinitionStatus&& value) { SetStatus(std::move(value)); return *this;}


/**
Expand Down Expand Up @@ -103,79 +103,79 @@ namespace Model


/**
* <p>The time when the alert manager definition was modified.</p>
* <p>The time when the alert manager definition was created.</p>
*/
inline const Aws::Utils::DateTime& GetModifiedAt() const{ return m_modifiedAt; }
inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; }

/**
* <p>The time when the alert manager definition was modified.</p>
* <p>The time when the alert manager definition was created.</p>
*/
inline bool ModifiedAtHasBeenSet() const { return m_modifiedAtHasBeenSet; }
inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }

/**
* <p>The time when the alert manager definition was modified.</p>
* <p>The time when the alert manager definition was created.</p>
*/
inline void SetModifiedAt(const Aws::Utils::DateTime& value) { m_modifiedAtHasBeenSet = true; m_modifiedAt = value; }
inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; }

/**
* <p>The time when the alert manager definition was modified.</p>
* <p>The time when the alert manager definition was created.</p>
*/
inline void SetModifiedAt(Aws::Utils::DateTime&& value) { m_modifiedAtHasBeenSet = true; m_modifiedAt = std::move(value); }
inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); }

/**
* <p>The time when the alert manager definition was modified.</p>
* <p>The time when the alert manager definition was created.</p>
*/
inline AlertManagerDefinitionDescription& WithModifiedAt(const Aws::Utils::DateTime& value) { SetModifiedAt(value); return *this;}
inline AlertManagerDefinitionDescription& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;}

/**
* <p>The time when the alert manager definition was modified.</p>
* <p>The time when the alert manager definition was created.</p>
*/
inline AlertManagerDefinitionDescription& WithModifiedAt(Aws::Utils::DateTime&& value) { SetModifiedAt(std::move(value)); return *this;}
inline AlertManagerDefinitionDescription& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;}


/**
* <p>The status of alert manager definition.</p>
* <p>The time when the alert manager definition was modified.</p>
*/
inline const AlertManagerDefinitionStatus& GetStatus() const{ return m_status; }
inline const Aws::Utils::DateTime& GetModifiedAt() const{ return m_modifiedAt; }

/**
* <p>The status of alert manager definition.</p>
* <p>The time when the alert manager definition was modified.</p>
*/
inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
inline bool ModifiedAtHasBeenSet() const { return m_modifiedAtHasBeenSet; }

/**
* <p>The status of alert manager definition.</p>
* <p>The time when the alert manager definition was modified.</p>
*/
inline void SetStatus(const AlertManagerDefinitionStatus& value) { m_statusHasBeenSet = true; m_status = value; }
inline void SetModifiedAt(const Aws::Utils::DateTime& value) { m_modifiedAtHasBeenSet = true; m_modifiedAt = value; }

/**
* <p>The status of alert manager definition.</p>
* <p>The time when the alert manager definition was modified.</p>
*/
inline void SetStatus(AlertManagerDefinitionStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); }
inline void SetModifiedAt(Aws::Utils::DateTime&& value) { m_modifiedAtHasBeenSet = true; m_modifiedAt = std::move(value); }

/**
* <p>The status of alert manager definition.</p>
* <p>The time when the alert manager definition was modified.</p>
*/
inline AlertManagerDefinitionDescription& WithStatus(const AlertManagerDefinitionStatus& value) { SetStatus(value); return *this;}
inline AlertManagerDefinitionDescription& WithModifiedAt(const Aws::Utils::DateTime& value) { SetModifiedAt(value); return *this;}

/**
* <p>The status of alert manager definition.</p>
* <p>The time when the alert manager definition was modified.</p>
*/
inline AlertManagerDefinitionDescription& WithStatus(AlertManagerDefinitionStatus&& value) { SetStatus(std::move(value)); return *this;}
inline AlertManagerDefinitionDescription& WithModifiedAt(Aws::Utils::DateTime&& value) { SetModifiedAt(std::move(value)); return *this;}

private:

Aws::Utils::DateTime m_createdAt;
bool m_createdAtHasBeenSet = false;
AlertManagerDefinitionStatus m_status;
bool m_statusHasBeenSet = false;

Aws::Utils::ByteBuffer m_data;
bool m_dataHasBeenSet = false;

Aws::Utils::DateTime m_createdAt;
bool m_createdAtHasBeenSet = false;

Aws::Utils::DateTime m_modifiedAt;
bool m_modifiedAtHasBeenSet = false;

AlertManagerDefinitionStatus m_status;
bool m_statusHasBeenSet = false;
};

} // namespace Model
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,52 +39,44 @@ namespace Model


/**
* <p>Optional, unique, case-sensitive, user-provided identifier to ensure the
* idempotency of the request.</p>
* <p>The ID of the workspace in which to create the alert manager definition.</p>
*/
inline const Aws::String& GetClientToken() const{ return m_clientToken; }
inline const Aws::String& GetWorkspaceId() const{ return m_workspaceId; }

/**
* <p>Optional, unique, case-sensitive, user-provided identifier to ensure the
* idempotency of the request.</p>
* <p>The ID of the workspace in which to create the alert manager definition.</p>
*/
inline bool ClientTokenHasBeenSet() const { return m_clientTokenHasBeenSet; }
inline bool WorkspaceIdHasBeenSet() const { return m_workspaceIdHasBeenSet; }

/**
* <p>Optional, unique, case-sensitive, user-provided identifier to ensure the
* idempotency of the request.</p>
* <p>The ID of the workspace in which to create the alert manager definition.</p>
*/
inline void SetClientToken(const Aws::String& value) { m_clientTokenHasBeenSet = true; m_clientToken = value; }
inline void SetWorkspaceId(const Aws::String& value) { m_workspaceIdHasBeenSet = true; m_workspaceId = value; }

/**
* <p>Optional, unique, case-sensitive, user-provided identifier to ensure the
* idempotency of the request.</p>
* <p>The ID of the workspace in which to create the alert manager definition.</p>
*/
inline void SetClientToken(Aws::String&& value) { m_clientTokenHasBeenSet = true; m_clientToken = std::move(value); }
inline void SetWorkspaceId(Aws::String&& value) { m_workspaceIdHasBeenSet = true; m_workspaceId = std::move(value); }

/**
* <p>Optional, unique, case-sensitive, user-provided identifier to ensure the
* idempotency of the request.</p>
* <p>The ID of the workspace in which to create the alert manager definition.</p>
*/
inline void SetClientToken(const char* value) { m_clientTokenHasBeenSet = true; m_clientToken.assign(value); }
inline void SetWorkspaceId(const char* value) { m_workspaceIdHasBeenSet = true; m_workspaceId.assign(value); }

/**
* <p>Optional, unique, case-sensitive, user-provided identifier to ensure the
* idempotency of the request.</p>
* <p>The ID of the workspace in which to create the alert manager definition.</p>
*/
inline CreateAlertManagerDefinitionRequest& WithClientToken(const Aws::String& value) { SetClientToken(value); return *this;}
inline CreateAlertManagerDefinitionRequest& WithWorkspaceId(const Aws::String& value) { SetWorkspaceId(value); return *this;}

/**
* <p>Optional, unique, case-sensitive, user-provided identifier to ensure the
* idempotency of the request.</p>
* <p>The ID of the workspace in which to create the alert manager definition.</p>
*/
inline CreateAlertManagerDefinitionRequest& WithClientToken(Aws::String&& value) { SetClientToken(std::move(value)); return *this;}
inline CreateAlertManagerDefinitionRequest& WithWorkspaceId(Aws::String&& value) { SetWorkspaceId(std::move(value)); return *this;}

/**
* <p>Optional, unique, case-sensitive, user-provided identifier to ensure the
* idempotency of the request.</p>
* <p>The ID of the workspace in which to create the alert manager definition.</p>
*/
inline CreateAlertManagerDefinitionRequest& WithClientToken(const char* value) { SetClientToken(value); return *this;}
inline CreateAlertManagerDefinitionRequest& WithWorkspaceId(const char* value) { SetWorkspaceId(value); return *this;}


/**
Expand Down Expand Up @@ -119,55 +111,63 @@ namespace Model


/**
* <p>The ID of the workspace in which to create the alert manager definition.</p>
* <p>Optional, unique, case-sensitive, user-provided identifier to ensure the
* idempotency of the request.</p>
*/
inline const Aws::String& GetWorkspaceId() const{ return m_workspaceId; }
inline const Aws::String& GetClientToken() const{ return m_clientToken; }

/**
* <p>The ID of the workspace in which to create the alert manager definition.</p>
* <p>Optional, unique, case-sensitive, user-provided identifier to ensure the
* idempotency of the request.</p>
*/
inline bool WorkspaceIdHasBeenSet() const { return m_workspaceIdHasBeenSet; }
inline bool ClientTokenHasBeenSet() const { return m_clientTokenHasBeenSet; }

/**
* <p>The ID of the workspace in which to create the alert manager definition.</p>
* <p>Optional, unique, case-sensitive, user-provided identifier to ensure the
* idempotency of the request.</p>
*/
inline void SetWorkspaceId(const Aws::String& value) { m_workspaceIdHasBeenSet = true; m_workspaceId = value; }
inline void SetClientToken(const Aws::String& value) { m_clientTokenHasBeenSet = true; m_clientToken = value; }

/**
* <p>The ID of the workspace in which to create the alert manager definition.</p>
* <p>Optional, unique, case-sensitive, user-provided identifier to ensure the
* idempotency of the request.</p>
*/
inline void SetWorkspaceId(Aws::String&& value) { m_workspaceIdHasBeenSet = true; m_workspaceId = std::move(value); }
inline void SetClientToken(Aws::String&& value) { m_clientTokenHasBeenSet = true; m_clientToken = std::move(value); }

/**
* <p>The ID of the workspace in which to create the alert manager definition.</p>
* <p>Optional, unique, case-sensitive, user-provided identifier to ensure the
* idempotency of the request.</p>
*/
inline void SetWorkspaceId(const char* value) { m_workspaceIdHasBeenSet = true; m_workspaceId.assign(value); }
inline void SetClientToken(const char* value) { m_clientTokenHasBeenSet = true; m_clientToken.assign(value); }

/**
* <p>The ID of the workspace in which to create the alert manager definition.</p>
* <p>Optional, unique, case-sensitive, user-provided identifier to ensure the
* idempotency of the request.</p>
*/
inline CreateAlertManagerDefinitionRequest& WithWorkspaceId(const Aws::String& value) { SetWorkspaceId(value); return *this;}
inline CreateAlertManagerDefinitionRequest& WithClientToken(const Aws::String& value) { SetClientToken(value); return *this;}

/**
* <p>The ID of the workspace in which to create the alert manager definition.</p>
* <p>Optional, unique, case-sensitive, user-provided identifier to ensure the
* idempotency of the request.</p>
*/
inline CreateAlertManagerDefinitionRequest& WithWorkspaceId(Aws::String&& value) { SetWorkspaceId(std::move(value)); return *this;}
inline CreateAlertManagerDefinitionRequest& WithClientToken(Aws::String&& value) { SetClientToken(std::move(value)); return *this;}

/**
* <p>The ID of the workspace in which to create the alert manager definition.</p>
* <p>Optional, unique, case-sensitive, user-provided identifier to ensure the
* idempotency of the request.</p>
*/
inline CreateAlertManagerDefinitionRequest& WithWorkspaceId(const char* value) { SetWorkspaceId(value); return *this;}
inline CreateAlertManagerDefinitionRequest& WithClientToken(const char* value) { SetClientToken(value); return *this;}

private:

Aws::String m_clientToken;
bool m_clientTokenHasBeenSet = false;
Aws::String m_workspaceId;
bool m_workspaceIdHasBeenSet = false;

Aws::Utils::ByteBuffer m_data;
bool m_dataHasBeenSet = false;

Aws::String m_workspaceId;
bool m_workspaceIdHasBeenSet = false;
Aws::String m_clientToken;
bool m_clientTokenHasBeenSet = false;
};

} // namespace Model
Expand Down
Loading

0 comments on commit ad5a2df

Please sign in to comment.