mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Upgrade AWS SDK to the latest version
This commit is contained in:
+7036
-1178
File diff suppressed because it is too large
Load Diff
+40
@@ -0,0 +1,40 @@
|
||||
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||||
|
||||
// Package ssm provides the client and types for making API
|
||||
// requests to Amazon Simple Systems Manager (SSM).
|
||||
//
|
||||
// Amazon EC2 Systems Manager is a collection of capabilities that helps you
|
||||
// automate management tasks such as collecting system inventory, applying operating
|
||||
// system (OS) patches, automating the creation of Amazon Machine Images (AMIs),
|
||||
// and configuring operating systems (OSs) and applications at scale. Systems
|
||||
// Manager lets you remotely and securely manage the configuration of your managed
|
||||
// instances. A managed instance is any Amazon EC2 instance or on-premises machine
|
||||
// in your hybrid environment that has been configured for Systems Manager.
|
||||
//
|
||||
// This reference is intended to be used with the Amazon EC2 Systems Manager
|
||||
// User Guide (http://docs.aws.amazon.com/systems-manager/latest/userguide/).
|
||||
//
|
||||
// To get started, verify prerequisites and configure managed instances. For
|
||||
// more information, see Systems Manager Prerequisites (http://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html).
|
||||
//
|
||||
// See https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06 for more information on this service.
|
||||
//
|
||||
// See ssm package documentation for more information.
|
||||
// https://docs.aws.amazon.com/sdk-for-go/api/service/ssm/
|
||||
//
|
||||
// Using the Client
|
||||
//
|
||||
// To Amazon Simple Systems Manager (SSM) with the SDK use the New function to create
|
||||
// a new service client. With that client you can make API requests to the service.
|
||||
// These clients are safe to use concurrently.
|
||||
//
|
||||
// See the SDK's documentation for more information on how to use the SDK.
|
||||
// https://docs.aws.amazon.com/sdk-for-go/api/
|
||||
//
|
||||
// See aws.Config documentation for more information on configuring SDK clients.
|
||||
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
|
||||
//
|
||||
// See the Amazon Simple Systems Manager (SSM) client SSM for more
|
||||
// information on creating client for this service.
|
||||
// https://docs.aws.amazon.com/sdk-for-go/api/service/ssm/#New
|
||||
package ssm
|
||||
+146
-14
@@ -1,4 +1,4 @@
|
||||
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||||
|
||||
package ssm
|
||||
|
||||
@@ -14,7 +14,7 @@ const (
|
||||
// ErrCodeAssociatedInstances for service response error code
|
||||
// "AssociatedInstances".
|
||||
//
|
||||
// You must disassociate an SSM document from all instances before you can delete
|
||||
// You must disassociate a document from all instances before you can delete
|
||||
// it.
|
||||
ErrCodeAssociatedInstances = "AssociatedInstances"
|
||||
|
||||
@@ -36,6 +36,13 @@ const (
|
||||
// You can have at most 2,000 active associations.
|
||||
ErrCodeAssociationLimitExceeded = "AssociationLimitExceeded"
|
||||
|
||||
// ErrCodeAssociationVersionLimitExceeded for service response error code
|
||||
// "AssociationVersionLimitExceeded".
|
||||
//
|
||||
// You have reached the maximum number versions allowed for an association.
|
||||
// Each association has a limit of 1,000 versions.
|
||||
ErrCodeAssociationVersionLimitExceeded = "AssociationVersionLimitExceeded"
|
||||
|
||||
// ErrCodeAutomationDefinitionNotFoundException for service response error code
|
||||
// "AutomationDefinitionNotFoundException".
|
||||
//
|
||||
@@ -62,6 +69,13 @@ const (
|
||||
// execution ID.
|
||||
ErrCodeAutomationExecutionNotFoundException = "AutomationExecutionNotFoundException"
|
||||
|
||||
// ErrCodeComplianceTypeCountLimitExceededException for service response error code
|
||||
// "ComplianceTypeCountLimitExceededException".
|
||||
//
|
||||
// You specified too many custom compliance types. You can specify a maximum
|
||||
// of 10 different types.
|
||||
ErrCodeComplianceTypeCountLimitExceededException = "ComplianceTypeCountLimitExceededException"
|
||||
|
||||
// ErrCodeCustomSchemaCountLimitExceededException for service response error code
|
||||
// "CustomSchemaCountLimitExceededException".
|
||||
//
|
||||
@@ -72,7 +86,7 @@ const (
|
||||
// ErrCodeDocumentAlreadyExists for service response error code
|
||||
// "DocumentAlreadyExists".
|
||||
//
|
||||
// The specified SSM document already exists.
|
||||
// The specified document already exists.
|
||||
ErrCodeDocumentAlreadyExists = "DocumentAlreadyExists"
|
||||
|
||||
// ErrCodeDocumentLimitExceeded for service response error code
|
||||
@@ -100,7 +114,7 @@ const (
|
||||
// "DoesNotExistException".
|
||||
//
|
||||
// Error returned when the ID specified for a resource (e.g. a Maintenance Window)
|
||||
// doesn’t exist.
|
||||
// doesn't exist.
|
||||
ErrCodeDoesNotExistException = "DoesNotExistException"
|
||||
|
||||
// ErrCodeDuplicateDocumentContent for service response error code
|
||||
@@ -116,11 +130,36 @@ const (
|
||||
// You cannot specify an instance ID in more than one association.
|
||||
ErrCodeDuplicateInstanceId = "DuplicateInstanceId"
|
||||
|
||||
// ErrCodeFeatureNotAvailableException for service response error code
|
||||
// "FeatureNotAvailableException".
|
||||
//
|
||||
// You attempted to register a LAMBDA or STEP_FUNCTION task in a region where
|
||||
// the corresponding service is not available.
|
||||
ErrCodeFeatureNotAvailableException = "FeatureNotAvailableException"
|
||||
|
||||
// ErrCodeHierarchyLevelLimitExceededException for service response error code
|
||||
// "HierarchyLevelLimitExceededException".
|
||||
//
|
||||
// A hierarchy can have a maximum of five levels. For example:
|
||||
//
|
||||
// /Finance/Prod/IAD/OS/WinServ2016/license15
|
||||
//
|
||||
// For more information, see Working with Systems Manager Parameters (http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-working.html).
|
||||
ErrCodeHierarchyLevelLimitExceededException = "HierarchyLevelLimitExceededException"
|
||||
|
||||
// ErrCodeHierarchyTypeMismatchException for service response error code
|
||||
// "HierarchyTypeMismatchException".
|
||||
//
|
||||
// Parameter Store does not support changing a parameter type in a hierarchy.
|
||||
// For example, you can't change a parameter from a String type to a SecureString
|
||||
// type. You must create a new, unique parameter.
|
||||
ErrCodeHierarchyTypeMismatchException = "HierarchyTypeMismatchException"
|
||||
|
||||
// ErrCodeIdempotentParameterMismatch for service response error code
|
||||
// "IdempotentParameterMismatch".
|
||||
//
|
||||
// Error returned when an idempotent operation is retried and the parameters
|
||||
// don’t match the original call to the API with the same idempotency token.
|
||||
// don't match the original call to the API with the same idempotency token.
|
||||
ErrCodeIdempotentParameterMismatch = "IdempotentParameterMismatch"
|
||||
|
||||
// ErrCodeInternalServerError for service response error code
|
||||
@@ -143,6 +182,20 @@ const (
|
||||
// or ActivationCode and try again.
|
||||
ErrCodeInvalidActivationId = "InvalidActivationId"
|
||||
|
||||
// ErrCodeInvalidAllowedPatternException for service response error code
|
||||
// "InvalidAllowedPatternException".
|
||||
//
|
||||
// The request does not meet the regular expression requirement.
|
||||
ErrCodeInvalidAllowedPatternException = "InvalidAllowedPatternException"
|
||||
|
||||
// ErrCodeInvalidAssociationVersion for service response error code
|
||||
// "InvalidAssociationVersion".
|
||||
//
|
||||
// The version you specified is not valid. Use ListAssociationVersions to view
|
||||
// all versions of an association according to the association ID. Or, use the
|
||||
// $LATEST parameter to view the latest version of the association.
|
||||
ErrCodeInvalidAssociationVersion = "InvalidAssociationVersion"
|
||||
|
||||
// ErrCodeInvalidAutomationExecutionParametersException for service response error code
|
||||
// "InvalidAutomationExecutionParametersException".
|
||||
//
|
||||
@@ -151,6 +204,12 @@ const (
|
||||
// for the specified Automation document.
|
||||
ErrCodeInvalidAutomationExecutionParametersException = "InvalidAutomationExecutionParametersException"
|
||||
|
||||
// ErrCodeInvalidAutomationSignalException for service response error code
|
||||
// "InvalidAutomationSignalException".
|
||||
//
|
||||
// The signal is not valid for the current Automation execution.
|
||||
ErrCodeInvalidAutomationSignalException = "InvalidAutomationSignalException"
|
||||
|
||||
// ErrCodeInvalidCommandId for service response error code
|
||||
// "InvalidCommandId".
|
||||
ErrCodeInvalidCommandId = "InvalidCommandId"
|
||||
@@ -164,7 +223,7 @@ const (
|
||||
// ErrCodeInvalidDocumentContent for service response error code
|
||||
// "InvalidDocumentContent".
|
||||
//
|
||||
// The content for the SSM document is not valid.
|
||||
// The content for the document is not valid.
|
||||
ErrCodeInvalidDocumentContent = "InvalidDocumentContent"
|
||||
|
||||
// ErrCodeInvalidDocumentOperation for service response error code
|
||||
@@ -199,6 +258,13 @@ const (
|
||||
// The specified key is not valid.
|
||||
ErrCodeInvalidFilterKey = "InvalidFilterKey"
|
||||
|
||||
// ErrCodeInvalidFilterOption for service response error code
|
||||
// "InvalidFilterOption".
|
||||
//
|
||||
// The specified filter option is not valid. Valid options are Equals and BeginsWith.
|
||||
// For Path filter, valid options are Recursive and OneLevel.
|
||||
ErrCodeInvalidFilterOption = "InvalidFilterOption"
|
||||
|
||||
// ErrCodeInvalidFilterValue for service response error code
|
||||
// "InvalidFilterValue".
|
||||
//
|
||||
@@ -212,12 +278,12 @@ const (
|
||||
//
|
||||
// You do not have permission to access the instance.
|
||||
//
|
||||
// The SSM agent is not running. On managed instances and Linux instances, verify
|
||||
// that the SSM agent is running. On EC2 Windows instances, verify that the
|
||||
// The SSM Agent is not running. On managed instances and Linux instances, verify
|
||||
// that the SSM Agent is running. On EC2 Windows instances, verify that the
|
||||
// EC2Config service is running.
|
||||
//
|
||||
// The SSM agent or EC2Config service is not registered to the SSM endpoint.
|
||||
// Try reinstalling the SSM agent or EC2Config service.
|
||||
// The SSM Agent or EC2Config service is not registered to the SSM endpoint.
|
||||
// Try reinstalling the SSM Agent or EC2Config service.
|
||||
//
|
||||
// The instance is not in valid state. Valid states are: Running, Pending, Stopped,
|
||||
// Stopping. Invalid states are: Shutting-down and Terminated.
|
||||
@@ -229,6 +295,13 @@ const (
|
||||
// The specified filter value is not valid.
|
||||
ErrCodeInvalidInstanceInformationFilterValue = "InvalidInstanceInformationFilterValue"
|
||||
|
||||
// ErrCodeInvalidInventoryItemContextException for service response error code
|
||||
// "InvalidInventoryItemContextException".
|
||||
//
|
||||
// You specified invalid keys or values in the Context attribute for InventoryItem.
|
||||
// Verify the keys and values, and try again.
|
||||
ErrCodeInvalidInventoryItemContextException = "InvalidInventoryItemContextException"
|
||||
|
||||
// ErrCodeInvalidItemContentException for service response error code
|
||||
// "InvalidItemContentException".
|
||||
//
|
||||
@@ -312,8 +385,8 @@ const (
|
||||
// The role name can't contain invalid characters. Also verify that you specified
|
||||
// an IAM role for notifications that includes the required trust policy. For
|
||||
// information about configuring the IAM role for Run Command notifications,
|
||||
// see Getting Amazon SNS Notifications When a Command Changes Status (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/rc-sns.html)
|
||||
// in the Amazon Elastic Compute Cloud User Guide .
|
||||
// see Configuring Amazon SNS Notifications for Run Command (http://docs.aws.amazon.com/systems-manager/latest/userguide/rc-sns-notifications.html)
|
||||
// in the Amazon EC2 Systems Manager User Guide.
|
||||
ErrCodeInvalidRole = "InvalidRole"
|
||||
|
||||
// ErrCodeInvalidSchedule for service response error code
|
||||
@@ -363,7 +436,7 @@ const (
|
||||
// ErrCodeMaxDocumentSizeExceeded for service response error code
|
||||
// "MaxDocumentSizeExceeded".
|
||||
//
|
||||
// The size limit of an SSM document is 64 KB.
|
||||
// The size limit of a document is 64 KB.
|
||||
ErrCodeMaxDocumentSizeExceeded = "MaxDocumentSizeExceeded"
|
||||
|
||||
// ErrCodeParameterAlreadyExists for service response error code
|
||||
@@ -385,6 +458,36 @@ const (
|
||||
// The parameter could not be found. Verify the name and try again.
|
||||
ErrCodeParameterNotFound = "ParameterNotFound"
|
||||
|
||||
// ErrCodeParameterPatternMismatchException for service response error code
|
||||
// "ParameterPatternMismatchException".
|
||||
//
|
||||
// The parameter name is not valid.
|
||||
ErrCodeParameterPatternMismatchException = "ParameterPatternMismatchException"
|
||||
|
||||
// ErrCodeResourceDataSyncAlreadyExistsException for service response error code
|
||||
// "ResourceDataSyncAlreadyExistsException".
|
||||
//
|
||||
// A sync configuration with the same name already exists.
|
||||
ErrCodeResourceDataSyncAlreadyExistsException = "ResourceDataSyncAlreadyExistsException"
|
||||
|
||||
// ErrCodeResourceDataSyncCountExceededException for service response error code
|
||||
// "ResourceDataSyncCountExceededException".
|
||||
//
|
||||
// You have exceeded the allowed maximum sync configurations.
|
||||
ErrCodeResourceDataSyncCountExceededException = "ResourceDataSyncCountExceededException"
|
||||
|
||||
// ErrCodeResourceDataSyncInvalidConfigurationException for service response error code
|
||||
// "ResourceDataSyncInvalidConfigurationException".
|
||||
//
|
||||
// The specified sync configuration is invalid.
|
||||
ErrCodeResourceDataSyncInvalidConfigurationException = "ResourceDataSyncInvalidConfigurationException"
|
||||
|
||||
// ErrCodeResourceDataSyncNotFoundException for service response error code
|
||||
// "ResourceDataSyncNotFoundException".
|
||||
//
|
||||
// The specified sync name was not found.
|
||||
ErrCodeResourceDataSyncNotFoundException = "ResourceDataSyncNotFoundException"
|
||||
|
||||
// ErrCodeResourceInUseException for service response error code
|
||||
// "ResourceInUseException".
|
||||
//
|
||||
@@ -405,6 +508,19 @@ const (
|
||||
// The updated status is the same as the current status.
|
||||
ErrCodeStatusUnchanged = "StatusUnchanged"
|
||||
|
||||
// ErrCodeSubTypeCountLimitExceededException for service response error code
|
||||
// "SubTypeCountLimitExceededException".
|
||||
//
|
||||
// The sub-type count exceeded the limit for the inventory type.
|
||||
ErrCodeSubTypeCountLimitExceededException = "SubTypeCountLimitExceededException"
|
||||
|
||||
// ErrCodeTargetInUseException for service response error code
|
||||
// "TargetInUseException".
|
||||
//
|
||||
// You specified the Safe option for the DeregisterTargetFromMaintenanceWindow
|
||||
// operation, but the target is still referenced in a task.
|
||||
ErrCodeTargetInUseException = "TargetInUseException"
|
||||
|
||||
// ErrCodeTooManyTagsError for service response error code
|
||||
// "TooManyTagsError".
|
||||
//
|
||||
@@ -425,6 +541,14 @@ const (
|
||||
// The size of inventory data has exceeded the total size limit for the resource.
|
||||
ErrCodeTotalSizeLimitExceededException = "TotalSizeLimitExceededException"
|
||||
|
||||
// ErrCodeUnsupportedInventoryItemContextException for service response error code
|
||||
// "UnsupportedInventoryItemContextException".
|
||||
//
|
||||
// The Context attribute that you specified for the InventoryItem is not allowed
|
||||
// for this inventory type. You can only use the Context attribute with inventory
|
||||
// types like AWS:ComplianceItem.
|
||||
ErrCodeUnsupportedInventoryItemContextException = "UnsupportedInventoryItemContextException"
|
||||
|
||||
// ErrCodeUnsupportedInventorySchemaVersionException for service response error code
|
||||
// "UnsupportedInventorySchemaVersionException".
|
||||
//
|
||||
@@ -433,6 +557,14 @@ const (
|
||||
// for each type.
|
||||
ErrCodeUnsupportedInventorySchemaVersionException = "UnsupportedInventorySchemaVersionException"
|
||||
|
||||
// ErrCodeUnsupportedOperatingSystem for service response error code
|
||||
// "UnsupportedOperatingSystem".
|
||||
//
|
||||
// The operating systems you specified is not supported, or the operation is
|
||||
// not supported for the operating system. Valid operating systems include:
|
||||
// Windows, AmazonLinux, RedhatEnterpriseLinux, and Ubuntu.
|
||||
ErrCodeUnsupportedOperatingSystem = "UnsupportedOperatingSystem"
|
||||
|
||||
// ErrCodeUnsupportedParameterType for service response error code
|
||||
// "UnsupportedParameterType".
|
||||
//
|
||||
@@ -443,6 +575,6 @@ const (
|
||||
// "UnsupportedPlatformType".
|
||||
//
|
||||
// The document does not support the platform type of the given instance ID(s).
|
||||
// For example, you sent an SSM document for a Windows instance to a Linux instance.
|
||||
// For example, you sent an document for a Windows instance to a Linux instance.
|
||||
ErrCodeUnsupportedPlatformType = "UnsupportedPlatformType"
|
||||
)
|
||||
|
||||
-2300
File diff suppressed because it is too large
Load Diff
+6
-18
@@ -1,4 +1,4 @@
|
||||
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||||
|
||||
package ssm
|
||||
|
||||
@@ -11,24 +11,12 @@ import (
|
||||
"github.com/aws/aws-sdk-go/private/protocol/jsonrpc"
|
||||
)
|
||||
|
||||
// Amazon EC2 Systems Manager is a collection of capabilities that helps you
|
||||
// automate management tasks such as collecting system inventory, applying operating
|
||||
// system (OS) patches, automating the creation of Amazon Machine Images (AMIs),
|
||||
// and configuring operating systems (OSs) and applications at scale. Systems
|
||||
// Manager works with managed instances: Amazon EC2 instances and servers or
|
||||
// virtual machines (VMs) in your on-premises environment that are configured
|
||||
// for Systems Manager.
|
||||
// SSM provides the API operation methods for making requests to
|
||||
// Amazon Simple Systems Manager (SSM). See this package's package overview docs
|
||||
// for details on the service.
|
||||
//
|
||||
// This references is intended to be used with the EC2 Systems Manager User
|
||||
// Guide (Linux (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/systems-manager.html))
|
||||
// (Windows (http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/systems-manager.html)).
|
||||
//
|
||||
// To get started, verify prerequisites and configure managed instances (Linux
|
||||
// (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/systems-manager-prereqs.html))
|
||||
// (Windows (http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/systems-manager-prereqs.html)).
|
||||
// The service client's operations are safe to be used concurrently.
|
||||
// It is not safe to mutate any of the client's properties though.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06
|
||||
// SSM methods are safe to use concurrently. It is not safe to
|
||||
// modify mutate any of the struct's properties though.
|
||||
type SSM struct {
|
||||
*client.Client
|
||||
}
|
||||
|
||||
+75
-2
@@ -1,4 +1,4 @@
|
||||
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||||
|
||||
// Package ssmiface provides an interface to enable mocking the Amazon Simple Systems Manager (SSM) service client
|
||||
// for testing your code.
|
||||
@@ -21,7 +21,7 @@ import (
|
||||
//
|
||||
// The best way to use this interface is so the SDK's service client's calls
|
||||
// can be stubbed out for unit testing your code with the SDK without needing
|
||||
// to inject custom request handlers into the the SDK's request pipeline.
|
||||
// to inject custom request handlers into the SDK's request pipeline.
|
||||
//
|
||||
// // myFunc uses an SDK service client to make a request to
|
||||
// // Amazon Simple Systems Manager (SSM).
|
||||
@@ -92,6 +92,10 @@ type SSMAPI interface {
|
||||
CreatePatchBaselineWithContext(aws.Context, *ssm.CreatePatchBaselineInput, ...request.Option) (*ssm.CreatePatchBaselineOutput, error)
|
||||
CreatePatchBaselineRequest(*ssm.CreatePatchBaselineInput) (*request.Request, *ssm.CreatePatchBaselineOutput)
|
||||
|
||||
CreateResourceDataSync(*ssm.CreateResourceDataSyncInput) (*ssm.CreateResourceDataSyncOutput, error)
|
||||
CreateResourceDataSyncWithContext(aws.Context, *ssm.CreateResourceDataSyncInput, ...request.Option) (*ssm.CreateResourceDataSyncOutput, error)
|
||||
CreateResourceDataSyncRequest(*ssm.CreateResourceDataSyncInput) (*request.Request, *ssm.CreateResourceDataSyncOutput)
|
||||
|
||||
DeleteActivation(*ssm.DeleteActivationInput) (*ssm.DeleteActivationOutput, error)
|
||||
DeleteActivationWithContext(aws.Context, *ssm.DeleteActivationInput, ...request.Option) (*ssm.DeleteActivationOutput, error)
|
||||
DeleteActivationRequest(*ssm.DeleteActivationInput) (*request.Request, *ssm.DeleteActivationOutput)
|
||||
@@ -112,10 +116,18 @@ type SSMAPI interface {
|
||||
DeleteParameterWithContext(aws.Context, *ssm.DeleteParameterInput, ...request.Option) (*ssm.DeleteParameterOutput, error)
|
||||
DeleteParameterRequest(*ssm.DeleteParameterInput) (*request.Request, *ssm.DeleteParameterOutput)
|
||||
|
||||
DeleteParameters(*ssm.DeleteParametersInput) (*ssm.DeleteParametersOutput, error)
|
||||
DeleteParametersWithContext(aws.Context, *ssm.DeleteParametersInput, ...request.Option) (*ssm.DeleteParametersOutput, error)
|
||||
DeleteParametersRequest(*ssm.DeleteParametersInput) (*request.Request, *ssm.DeleteParametersOutput)
|
||||
|
||||
DeletePatchBaseline(*ssm.DeletePatchBaselineInput) (*ssm.DeletePatchBaselineOutput, error)
|
||||
DeletePatchBaselineWithContext(aws.Context, *ssm.DeletePatchBaselineInput, ...request.Option) (*ssm.DeletePatchBaselineOutput, error)
|
||||
DeletePatchBaselineRequest(*ssm.DeletePatchBaselineInput) (*request.Request, *ssm.DeletePatchBaselineOutput)
|
||||
|
||||
DeleteResourceDataSync(*ssm.DeleteResourceDataSyncInput) (*ssm.DeleteResourceDataSyncOutput, error)
|
||||
DeleteResourceDataSyncWithContext(aws.Context, *ssm.DeleteResourceDataSyncInput, ...request.Option) (*ssm.DeleteResourceDataSyncOutput, error)
|
||||
DeleteResourceDataSyncRequest(*ssm.DeleteResourceDataSyncInput) (*request.Request, *ssm.DeleteResourceDataSyncOutput)
|
||||
|
||||
DeregisterManagedInstance(*ssm.DeregisterManagedInstanceInput) (*ssm.DeregisterManagedInstanceOutput, error)
|
||||
DeregisterManagedInstanceWithContext(aws.Context, *ssm.DeregisterManagedInstanceInput, ...request.Option) (*ssm.DeregisterManagedInstanceOutput, error)
|
||||
DeregisterManagedInstanceRequest(*ssm.DeregisterManagedInstanceInput) (*request.Request, *ssm.DeregisterManagedInstanceOutput)
|
||||
@@ -218,6 +230,9 @@ type SSMAPI interface {
|
||||
DescribeParametersWithContext(aws.Context, *ssm.DescribeParametersInput, ...request.Option) (*ssm.DescribeParametersOutput, error)
|
||||
DescribeParametersRequest(*ssm.DescribeParametersInput) (*request.Request, *ssm.DescribeParametersOutput)
|
||||
|
||||
DescribeParametersPages(*ssm.DescribeParametersInput, func(*ssm.DescribeParametersOutput, bool) bool) error
|
||||
DescribeParametersPagesWithContext(aws.Context, *ssm.DescribeParametersInput, func(*ssm.DescribeParametersOutput, bool) bool, ...request.Option) error
|
||||
|
||||
DescribePatchBaselines(*ssm.DescribePatchBaselinesInput) (*ssm.DescribePatchBaselinesOutput, error)
|
||||
DescribePatchBaselinesWithContext(aws.Context, *ssm.DescribePatchBaselinesInput, ...request.Option) (*ssm.DescribePatchBaselinesOutput, error)
|
||||
DescribePatchBaselinesRequest(*ssm.DescribePatchBaselinesInput) (*request.Request, *ssm.DescribePatchBaselinesOutput)
|
||||
@@ -270,14 +285,36 @@ type SSMAPI interface {
|
||||
GetMaintenanceWindowExecutionTaskWithContext(aws.Context, *ssm.GetMaintenanceWindowExecutionTaskInput, ...request.Option) (*ssm.GetMaintenanceWindowExecutionTaskOutput, error)
|
||||
GetMaintenanceWindowExecutionTaskRequest(*ssm.GetMaintenanceWindowExecutionTaskInput) (*request.Request, *ssm.GetMaintenanceWindowExecutionTaskOutput)
|
||||
|
||||
GetMaintenanceWindowExecutionTaskInvocation(*ssm.GetMaintenanceWindowExecutionTaskInvocationInput) (*ssm.GetMaintenanceWindowExecutionTaskInvocationOutput, error)
|
||||
GetMaintenanceWindowExecutionTaskInvocationWithContext(aws.Context, *ssm.GetMaintenanceWindowExecutionTaskInvocationInput, ...request.Option) (*ssm.GetMaintenanceWindowExecutionTaskInvocationOutput, error)
|
||||
GetMaintenanceWindowExecutionTaskInvocationRequest(*ssm.GetMaintenanceWindowExecutionTaskInvocationInput) (*request.Request, *ssm.GetMaintenanceWindowExecutionTaskInvocationOutput)
|
||||
|
||||
GetMaintenanceWindowTask(*ssm.GetMaintenanceWindowTaskInput) (*ssm.GetMaintenanceWindowTaskOutput, error)
|
||||
GetMaintenanceWindowTaskWithContext(aws.Context, *ssm.GetMaintenanceWindowTaskInput, ...request.Option) (*ssm.GetMaintenanceWindowTaskOutput, error)
|
||||
GetMaintenanceWindowTaskRequest(*ssm.GetMaintenanceWindowTaskInput) (*request.Request, *ssm.GetMaintenanceWindowTaskOutput)
|
||||
|
||||
GetParameter(*ssm.GetParameterInput) (*ssm.GetParameterOutput, error)
|
||||
GetParameterWithContext(aws.Context, *ssm.GetParameterInput, ...request.Option) (*ssm.GetParameterOutput, error)
|
||||
GetParameterRequest(*ssm.GetParameterInput) (*request.Request, *ssm.GetParameterOutput)
|
||||
|
||||
GetParameterHistory(*ssm.GetParameterHistoryInput) (*ssm.GetParameterHistoryOutput, error)
|
||||
GetParameterHistoryWithContext(aws.Context, *ssm.GetParameterHistoryInput, ...request.Option) (*ssm.GetParameterHistoryOutput, error)
|
||||
GetParameterHistoryRequest(*ssm.GetParameterHistoryInput) (*request.Request, *ssm.GetParameterHistoryOutput)
|
||||
|
||||
GetParameterHistoryPages(*ssm.GetParameterHistoryInput, func(*ssm.GetParameterHistoryOutput, bool) bool) error
|
||||
GetParameterHistoryPagesWithContext(aws.Context, *ssm.GetParameterHistoryInput, func(*ssm.GetParameterHistoryOutput, bool) bool, ...request.Option) error
|
||||
|
||||
GetParameters(*ssm.GetParametersInput) (*ssm.GetParametersOutput, error)
|
||||
GetParametersWithContext(aws.Context, *ssm.GetParametersInput, ...request.Option) (*ssm.GetParametersOutput, error)
|
||||
GetParametersRequest(*ssm.GetParametersInput) (*request.Request, *ssm.GetParametersOutput)
|
||||
|
||||
GetParametersByPath(*ssm.GetParametersByPathInput) (*ssm.GetParametersByPathOutput, error)
|
||||
GetParametersByPathWithContext(aws.Context, *ssm.GetParametersByPathInput, ...request.Option) (*ssm.GetParametersByPathOutput, error)
|
||||
GetParametersByPathRequest(*ssm.GetParametersByPathInput) (*request.Request, *ssm.GetParametersByPathOutput)
|
||||
|
||||
GetParametersByPathPages(*ssm.GetParametersByPathInput, func(*ssm.GetParametersByPathOutput, bool) bool) error
|
||||
GetParametersByPathPagesWithContext(aws.Context, *ssm.GetParametersByPathInput, func(*ssm.GetParametersByPathOutput, bool) bool, ...request.Option) error
|
||||
|
||||
GetPatchBaseline(*ssm.GetPatchBaselineInput) (*ssm.GetPatchBaselineOutput, error)
|
||||
GetPatchBaselineWithContext(aws.Context, *ssm.GetPatchBaselineInput, ...request.Option) (*ssm.GetPatchBaselineOutput, error)
|
||||
GetPatchBaselineRequest(*ssm.GetPatchBaselineInput) (*request.Request, *ssm.GetPatchBaselineOutput)
|
||||
@@ -286,6 +323,10 @@ type SSMAPI interface {
|
||||
GetPatchBaselineForPatchGroupWithContext(aws.Context, *ssm.GetPatchBaselineForPatchGroupInput, ...request.Option) (*ssm.GetPatchBaselineForPatchGroupOutput, error)
|
||||
GetPatchBaselineForPatchGroupRequest(*ssm.GetPatchBaselineForPatchGroupInput) (*request.Request, *ssm.GetPatchBaselineForPatchGroupOutput)
|
||||
|
||||
ListAssociationVersions(*ssm.ListAssociationVersionsInput) (*ssm.ListAssociationVersionsOutput, error)
|
||||
ListAssociationVersionsWithContext(aws.Context, *ssm.ListAssociationVersionsInput, ...request.Option) (*ssm.ListAssociationVersionsOutput, error)
|
||||
ListAssociationVersionsRequest(*ssm.ListAssociationVersionsInput) (*request.Request, *ssm.ListAssociationVersionsOutput)
|
||||
|
||||
ListAssociations(*ssm.ListAssociationsInput) (*ssm.ListAssociationsOutput, error)
|
||||
ListAssociationsWithContext(aws.Context, *ssm.ListAssociationsInput, ...request.Option) (*ssm.ListAssociationsOutput, error)
|
||||
ListAssociationsRequest(*ssm.ListAssociationsInput) (*request.Request, *ssm.ListAssociationsOutput)
|
||||
@@ -307,6 +348,14 @@ type SSMAPI interface {
|
||||
ListCommandsPages(*ssm.ListCommandsInput, func(*ssm.ListCommandsOutput, bool) bool) error
|
||||
ListCommandsPagesWithContext(aws.Context, *ssm.ListCommandsInput, func(*ssm.ListCommandsOutput, bool) bool, ...request.Option) error
|
||||
|
||||
ListComplianceItems(*ssm.ListComplianceItemsInput) (*ssm.ListComplianceItemsOutput, error)
|
||||
ListComplianceItemsWithContext(aws.Context, *ssm.ListComplianceItemsInput, ...request.Option) (*ssm.ListComplianceItemsOutput, error)
|
||||
ListComplianceItemsRequest(*ssm.ListComplianceItemsInput) (*request.Request, *ssm.ListComplianceItemsOutput)
|
||||
|
||||
ListComplianceSummaries(*ssm.ListComplianceSummariesInput) (*ssm.ListComplianceSummariesOutput, error)
|
||||
ListComplianceSummariesWithContext(aws.Context, *ssm.ListComplianceSummariesInput, ...request.Option) (*ssm.ListComplianceSummariesOutput, error)
|
||||
ListComplianceSummariesRequest(*ssm.ListComplianceSummariesInput) (*request.Request, *ssm.ListComplianceSummariesOutput)
|
||||
|
||||
ListDocumentVersions(*ssm.ListDocumentVersionsInput) (*ssm.ListDocumentVersionsOutput, error)
|
||||
ListDocumentVersionsWithContext(aws.Context, *ssm.ListDocumentVersionsInput, ...request.Option) (*ssm.ListDocumentVersionsOutput, error)
|
||||
ListDocumentVersionsRequest(*ssm.ListDocumentVersionsInput) (*request.Request, *ssm.ListDocumentVersionsOutput)
|
||||
@@ -322,6 +371,14 @@ type SSMAPI interface {
|
||||
ListInventoryEntriesWithContext(aws.Context, *ssm.ListInventoryEntriesInput, ...request.Option) (*ssm.ListInventoryEntriesOutput, error)
|
||||
ListInventoryEntriesRequest(*ssm.ListInventoryEntriesInput) (*request.Request, *ssm.ListInventoryEntriesOutput)
|
||||
|
||||
ListResourceComplianceSummaries(*ssm.ListResourceComplianceSummariesInput) (*ssm.ListResourceComplianceSummariesOutput, error)
|
||||
ListResourceComplianceSummariesWithContext(aws.Context, *ssm.ListResourceComplianceSummariesInput, ...request.Option) (*ssm.ListResourceComplianceSummariesOutput, error)
|
||||
ListResourceComplianceSummariesRequest(*ssm.ListResourceComplianceSummariesInput) (*request.Request, *ssm.ListResourceComplianceSummariesOutput)
|
||||
|
||||
ListResourceDataSync(*ssm.ListResourceDataSyncInput) (*ssm.ListResourceDataSyncOutput, error)
|
||||
ListResourceDataSyncWithContext(aws.Context, *ssm.ListResourceDataSyncInput, ...request.Option) (*ssm.ListResourceDataSyncOutput, error)
|
||||
ListResourceDataSyncRequest(*ssm.ListResourceDataSyncInput) (*request.Request, *ssm.ListResourceDataSyncOutput)
|
||||
|
||||
ListTagsForResource(*ssm.ListTagsForResourceInput) (*ssm.ListTagsForResourceOutput, error)
|
||||
ListTagsForResourceWithContext(aws.Context, *ssm.ListTagsForResourceInput, ...request.Option) (*ssm.ListTagsForResourceOutput, error)
|
||||
ListTagsForResourceRequest(*ssm.ListTagsForResourceInput) (*request.Request, *ssm.ListTagsForResourceOutput)
|
||||
@@ -330,6 +387,10 @@ type SSMAPI interface {
|
||||
ModifyDocumentPermissionWithContext(aws.Context, *ssm.ModifyDocumentPermissionInput, ...request.Option) (*ssm.ModifyDocumentPermissionOutput, error)
|
||||
ModifyDocumentPermissionRequest(*ssm.ModifyDocumentPermissionInput) (*request.Request, *ssm.ModifyDocumentPermissionOutput)
|
||||
|
||||
PutComplianceItems(*ssm.PutComplianceItemsInput) (*ssm.PutComplianceItemsOutput, error)
|
||||
PutComplianceItemsWithContext(aws.Context, *ssm.PutComplianceItemsInput, ...request.Option) (*ssm.PutComplianceItemsOutput, error)
|
||||
PutComplianceItemsRequest(*ssm.PutComplianceItemsInput) (*request.Request, *ssm.PutComplianceItemsOutput)
|
||||
|
||||
PutInventory(*ssm.PutInventoryInput) (*ssm.PutInventoryOutput, error)
|
||||
PutInventoryWithContext(aws.Context, *ssm.PutInventoryInput, ...request.Option) (*ssm.PutInventoryOutput, error)
|
||||
PutInventoryRequest(*ssm.PutInventoryInput) (*request.Request, *ssm.PutInventoryOutput)
|
||||
@@ -358,6 +419,10 @@ type SSMAPI interface {
|
||||
RemoveTagsFromResourceWithContext(aws.Context, *ssm.RemoveTagsFromResourceInput, ...request.Option) (*ssm.RemoveTagsFromResourceOutput, error)
|
||||
RemoveTagsFromResourceRequest(*ssm.RemoveTagsFromResourceInput) (*request.Request, *ssm.RemoveTagsFromResourceOutput)
|
||||
|
||||
SendAutomationSignal(*ssm.SendAutomationSignalInput) (*ssm.SendAutomationSignalOutput, error)
|
||||
SendAutomationSignalWithContext(aws.Context, *ssm.SendAutomationSignalInput, ...request.Option) (*ssm.SendAutomationSignalOutput, error)
|
||||
SendAutomationSignalRequest(*ssm.SendAutomationSignalInput) (*request.Request, *ssm.SendAutomationSignalOutput)
|
||||
|
||||
SendCommand(*ssm.SendCommandInput) (*ssm.SendCommandOutput, error)
|
||||
SendCommandWithContext(aws.Context, *ssm.SendCommandInput, ...request.Option) (*ssm.SendCommandOutput, error)
|
||||
SendCommandRequest(*ssm.SendCommandInput) (*request.Request, *ssm.SendCommandOutput)
|
||||
@@ -390,6 +455,14 @@ type SSMAPI interface {
|
||||
UpdateMaintenanceWindowWithContext(aws.Context, *ssm.UpdateMaintenanceWindowInput, ...request.Option) (*ssm.UpdateMaintenanceWindowOutput, error)
|
||||
UpdateMaintenanceWindowRequest(*ssm.UpdateMaintenanceWindowInput) (*request.Request, *ssm.UpdateMaintenanceWindowOutput)
|
||||
|
||||
UpdateMaintenanceWindowTarget(*ssm.UpdateMaintenanceWindowTargetInput) (*ssm.UpdateMaintenanceWindowTargetOutput, error)
|
||||
UpdateMaintenanceWindowTargetWithContext(aws.Context, *ssm.UpdateMaintenanceWindowTargetInput, ...request.Option) (*ssm.UpdateMaintenanceWindowTargetOutput, error)
|
||||
UpdateMaintenanceWindowTargetRequest(*ssm.UpdateMaintenanceWindowTargetInput) (*request.Request, *ssm.UpdateMaintenanceWindowTargetOutput)
|
||||
|
||||
UpdateMaintenanceWindowTask(*ssm.UpdateMaintenanceWindowTaskInput) (*ssm.UpdateMaintenanceWindowTaskOutput, error)
|
||||
UpdateMaintenanceWindowTaskWithContext(aws.Context, *ssm.UpdateMaintenanceWindowTaskInput, ...request.Option) (*ssm.UpdateMaintenanceWindowTaskOutput, error)
|
||||
UpdateMaintenanceWindowTaskRequest(*ssm.UpdateMaintenanceWindowTaskInput) (*request.Request, *ssm.UpdateMaintenanceWindowTaskOutput)
|
||||
|
||||
UpdateManagedInstanceRole(*ssm.UpdateManagedInstanceRoleInput) (*ssm.UpdateManagedInstanceRoleOutput, error)
|
||||
UpdateManagedInstanceRoleWithContext(aws.Context, *ssm.UpdateManagedInstanceRoleInput, ...request.Option) (*ssm.UpdateManagedInstanceRoleOutput, error)
|
||||
UpdateManagedInstanceRoleRequest(*ssm.UpdateManagedInstanceRoleInput) (*request.Request, *ssm.UpdateManagedInstanceRoleOutput)
|
||||
|
||||
Reference in New Issue
Block a user